object FmtForm: TFmtForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = '������ ����������' ClientHeight = 214 ClientWidth = 280 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object GroupBox2: TGroupBox Left = 6 Top = 9 Width = 268 Height = 88 Caption = '������ ����������' TabOrder = 0 object ComboBox1: TComboBox Left = 12 Top = 20 Width = 101 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ComboBox1Change OnClick = ComboBox1Click end object ComboBox2: TComboBox Left = 124 Top = 20 Width = 129 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnClick = ComboBox2Click end object Panel1: TPanel Left = 8 Top = 52 Width = 249 Height = 33 BevelOuter = bvNone TabOrder = 2 Visible = False object Label5: TLabel Left = 0 Top = 8 Width = 63 Height = 13 Caption = '���. ������' end object Label6: TLabel Left = 116 Top = 8 Width = 99 Height = 13 Caption = '����������� �����' end object SplEdit: TEdit Left = 220 Top = 4 Width = 25 Height = 21 MaxLength = 1 TabOrder = 0 Text = 'SplEdit' OnChange = SplEditChange OnEnter = SplEditEnter end object Edit3: TEdit Left = 68 Top = 4 Width = 25 Height = 21 TabOrder = 1 Text = '0' OnChange = DesEditChange end end object Panel2: TPanel Left = 8 Top = 52 Width = 249 Height = 33 BevelOuter = bvNone TabOrder = 3 object Label1: TLabel Left = 60 Top = 8 Width = 45 Height = 13 Caption = '������:' end object Edit1: TEdit Left = 116 Top = 4 Width = 129 Height = 21 TabOrder = 0 end end end object Button1: TButton Left = 120 Top = 184 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 200 Top = 184 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 6 Top = 104 Width = 268 Height = 73 Caption = '���������' TabOrder = 3 object Label2: TLabel Left = 12 Top = 44 Width = 47 Height = 13 Caption = '�������:' end object CB1: TCheckBox Left = 12 Top = 20 Width = 173 Height = 17 Caption = '������������ ���������' TabOrder = 0 OnClick = CB1Click end object Edit2: TEdit Left = 68 Top = 40 Width = 185 Height = 21 TabOrder = 1 end end end